Enter Password in Target
Command Prototype
KeyBox.InputPasswordWithCheck(uuid,section,objUiElement,Delay)
Command Description
Use Redot.ai KeyBox to enter a password in the specified UI element
Parameter Description
- Required Parameter
- uuid--Correspond to the UI element to operate; when passed as a string type, it is used as feature string to find the UI element; when passed as UiElement type, directly click its matching UI element
- section--The password index is stored in Redot.ai KeyBox,ranging from 1 to 30
- objUiElement--Correspond to the UI element to operate; when passed as a string type, it is used as feature string to find the UI element; when passed as UiElement type, directly click its matching UI element
- Delay--The delay interval between two inputs, if the interval is too short, it may lead to word loss, which is related to the system performance.